body{
  max-width: 100%;
  overflow-x: hidden;
}

.canvas3DElements{
  width:100%;
  height: 100%;
}

.info{
  position: absolute;
  z-index: 120;
  width: 100%;
}

.stickyTop2{
  position: fixed;
  z-index: 120;
  width: 100%;
}


.navPos{
  position: fixed;
  z-index: 120;
  width: 100%;
}

.solid-border{border-style: solid;border-width: 1px;}

.nav-dark-bg{
 
  background:rgba(47,47,47,0);
  background: -moz-linear-gradient(0deg, rgba(47,47,47,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(47,47,47,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(0deg, rgba(47,47,47,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f2f2f",endColorstr="#000000",GradientType=1);
}


#iconMenu{
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 105;
  top:75vh;
  height: 6vh;
  display:block;
  background-color: rbga(0,0,0,0.5)
}


.hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#infoBoxesContainer{
  /* position: relative; */
  width: 100vw;
  text-align: center;
  z-index: 150;
  display:block;
}

.features{
  position: absolute;
  top:10vh;
  right:5vw;
  text-align: right;
  color: white;
  width: 40vw;
  max-width: 440px;
  background-color: rgba(0, 0, 0, .75);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  z-index: 200;
  overflow: hidden;
  padding: 15px;
  display: none;
}

.featureImages{
  width: 60%;
}

.flex-features {
  display: flex;
  justify-content: center;

}

.flex-features > div {
  color: white;
  position: absolute;
  top:30%;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  width: 45vw;
  max-width: 500px;
  align-items: center;
  display: none;
}

.flex-centre-images{
  align-items: center;
  display: flex;
  justify-content: center;
}

.flexbox-simple{
  display: flex;
  justify-content: center;
  align-items:center;

}


.moduleImages{
  width: 100%;
  height: auto;
  margin: 0;
  z-index: -5;
}

.modalImages{
  width: 40vw;
  max-width: 250px;

}

.topbottom15{

padding-top:20px;
padding-bottom:20px

}

.btn {
background-color: Red;
border-radius: 8px;
border: none;
color: white;
padding: 12px 16px;
font-size: 16px;
cursor: pointer;
}

.button-red {
  font-size: 16px;
  margin: 10px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: Red;
  color: #fff;
  padding: 10px;
  width: 200px;
}

.button-grey {
  font-size: 16px;
  margin: 10px;
  cursor: pointer;
  border: solid;
  border-color: #000000;
  border-radius: 5px;
  background-color: rgb(200, 200, 200);
  color: #ff0000;
  padding: 10px 30px 10px;
  width: fit-content;
}


.center {
  margin: auto;
  text-align: center;
}

.left{
  margin: none;
  text-align: left;
}
.leftwithPadding {
  margin: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  text-align: left;
}

.left-right-padding{
  padding-right: 5%;
  padding-left: 5%;
}

.right{
  margin: none;
  text-align: right;
}

.closeBTNS {
  float:right;
  z-index: 50;
  padding-top: 5px;
  padding-right: 5px;
  /* position: relative; */
  /* width: 30%; */
}

.topPadding {
  top:2vh;
}

.flex-col-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .flex-col2{
  display: flex;
  align-content:space-around;
  align-items: center;
 }

.flex-col2 > div {
  width: 50vw;
  padding: 0;
  margin: 0;
  }

  .flex-col-container2 > div {

  }

#DifferenceBG{
  background-image: url("../images/SiteProDifference.png");
  background-position: right bottom; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  overflow: visible;
  min-height: 450px;
}

#extraBG{
  background-image: url("../images/productImages/SPW.png");
  background-position: right bottom; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/

  min-height: 450px;
}


  .iconImages{
  max-width: 150px;
  height: auto;
  }

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-text{
  font-family: 'Orbitron', sans-serif;
  font-weight: 400;
color: #000000;

}

.OrbitronHeaders{
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
}
.OrbitronCopy{
  font-family: 'Orbitron', sans-serif;
  font-weight: 400;
}

.text-white{
  color: white;
}

.textBlockRed{

  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  color: white;
  background-color: rgb(255, 0, 0);


}

.text-block-grey-grad{

  font-family: 'Orbitron', sans-serif;
  font-weight: 400;
  color: white;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(90,90,90,1) 35%, rgba(47,47,47,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(90,90,90,1) 35%, rgba(47,47,47,1) 100%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(90,90,90,1) 35%, rgba(47,47,47,1) 100%);


}

.textBlockClear{

  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  height:10vh;
  display: flex;
  justify-content:center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;

}

.heroImgContainer {
  position: relative;
  text-align: center;
  color: white;
}

.centeredTopTXT{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textBlockMini{
  padding-top: 3vh;
  display: flex;
  justify-content:center;
  align-items: center;
}

.topnav {
overflow: hidden;
background-color: #FFFFFF;
position: fixed;
top: 0;
width: 100%;
z-index: 150;

}

.topnav a {
float: left;
display: block;
color: black;
text-align: center;
font-family: 'Orbitron', sans-serif;
font-weight: 700;
padding: 2vh 16px;
text-decoration: none;
font-size: 17px;
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.topnav a.active {
background-color: #ff0000;
color: white;
}

.topnav .icon {
display: none;
}

.rspimages{
height: 5vh;
max-height: 7vh;
text-align: right;
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
  float: right;
  display: block;
}
}

@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.topnav.responsive a {
  float: none;
  display: block;
  text-align: right;
}
}

ul {
/* list-style-type: none; */
}

.parallax {
/* The image used */
/* background-image: url("images\backgroundmages\SitePro-AlleyWay02.jpg"); */
/* Full height */
height: 45vh;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.textShadow{
text-shadow: 20px 20px 20px #000000;
}

.module-flex-container {
display: flex;
justify-content:center;
align-items: center;
}
/* model viewer styles */
.content3D{
/* width: 100vw; */
  height:100%;

}
model-viewer {
  --poster-color: transparent;
  padding-top: 15%;
  height:80vh;
  min-height: 500px;
  width: auto;
}

.Aligner {
  display: flex;
  align-items: center;
  min-height: 24em;
  justify-content: center;
}

.Aligner-item {
  flex: 1;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.Aligner-item--fixed {
  flex: none;
  max-width: 50%;
}

.iconModule{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 50vh;
}

.UIflex-container {
  position:absolute;
  top:15%;
  left:5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 15vw;
  max-width: 120px;
  z-index:10;
  
}

.UIflex-container > div {
  padding: 10px;
}

.UIImages{

  width: 15vw;
  min-width: 44px;
  max-width: 70px;
  text-align: center;

}

.unit-txt{

margin-bottom: 20px;

}

.full {
    width: 100%;
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background:black;
  color: white;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}

.footer h4 {

	font-size: 2em;
	font-weight: 600;
	line-height: 38px;
	padding: 40px 0 10px;

}

.footer ul {
	font-size: 20px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0px;
	color: #7F8C8D;
  padding: 0 0 8px 0;
}

.email{
  border-bottom: 3px solid #ff0000;
}
.footer ul li a {
	padding: 0 0 12px 0;
	display: block;
}
.footer a {
	color: red;
  font-weight: lighter;
}

.footer p {
	color: white;
  font-weight: lighter;
  font-size:
}

.footer a:hover {
	text-decoration:none;
  font-weight: bold;
}


.footer a {
	color: #78828D
}

.rCorners1 {
  border-radius: 15px;
  background-color: rgba(0, 0, 0, .25);
  padding: 10px;
  max-width: 250px;
  height: 80px;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;


  }

  .flex-container-images{
    top:10%;
    width:50%;
    min-width: 280px;
  }

  .model-height{

  height: 80%;

  }

  .img-maxsize{
    max-width: 500px;
  }

  @media screen and (min-width: 601px) {
  .product-font {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
.product-font {
    font-size: 20px;
  }
}

.hero-image {
  background-image: url("../images/2023_renders/MineSite_EE_BG.jpg");
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}

.transbox {
  background-color: #000000ba;
  width: max-content;
  padding-top: 50px;
  padding-bottom : 50px;
  /* opacity: 0.6; */
}

hr.rounded {
  border-top: 4px solid #ffffff;
  border-radius: 5px;
  width: 30%;
  margin: auto;
}

table, th, td {
  border: 1px solid rgb(255, 255, 255);
  border-collapse: collapse;
  color: white;
  margin: auto;
  padding: 10px;
}
